home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / 2column6.lzh / DJ_500.DAT < prev    next >
Text File  |  1993-12-17  |  3KB  |  64 lines

  1. *    PRINTER CODE DATA FOR "TWO COLUMN PRINTER" Release 6 (2COLUMNS.PRG)
  2. *                  HP DeskJet 500  (internal fonts only)
  3. *
  4. * IMPORTANT: Don't add or delete any commas or lines in the codes section
  5. * below. This includes the remarks portion of the code lines.  Keep the
  6. * line "----CODES AND DEFAULTS---" intact. Don't use TAB's
  7. *
  8. * Codes are decimal ASCII. Full editing instructions are in 2COLUMNS.DOC
  9. * CPI = Characters Per Inch (pitch)  pt = point (measure of character height)
  10. *
  11. $ MB=1,TS=5,CL=0  (Max Blank lines, Tab Spacing, default Column Length
  12. * reduction)  Ranges are: MB 0-9, TS 2-9, CL 0-9  NOTE dollar sign
  13. *
  14. @ SORT=y, 2SIDES=y, DRAFT=y, DATE=y, DISK=n, EQUAL=y, EUROPE=n
  15. *
  16. ---------- CODES AND DEFAULTS -----------
  17.  ,          Turn OFF 'Paper-Out' sensor (n/a on deskjet)
  18.  ,          Turn ON 'Paper-Out' sensor
  19. 027 038 108 055 068,  7 Lines/Inch line spacing
  20. 027 069 027 057 027 038 107 054 087 027 040 115 049 048 104 049 081, see NOTE
  21. 027 038 108 048 076,  Cancel 'Skip-Over-Perforations'
  22. 027 040 115 053 072, Fancy print for Heading (Wide - 5 CPI)
  23. 027 040 115 049 048 072, Cancel Fancy print (set 10 cpi)
  24. 027 040 115 050 081,  Enhanced print (Letter Quality for Deskjet)
  25. 027 040 115 049 081,  Cancel Enhanced print (set draft)
  26. *
  27. "TXT", Default file extension to be shown in file selector box.
  28. 6,     Number of type sizes below (up to 6 allowed)
  29. *
  30. " Courier 12pt - 21 CPI",     Name of type size #1
  31. 027 040 115 050 048 104 049 050 086 027 038 107 053 046 055 072,  codes
  32. 168,  Number of characters of this size that will fit on a full line
  33. 73,  Maximum number of lines per column
  34. *
  35. "   Same except @8 LPI",     Name of type size #2
  36. 027 040 115 050 048 104 049 050 086 027 038 107 053 046 055 072 027 038 108 056 068,  codes
  37. 168,  Number of characters of this size that will fit on a full line
  38. 84,  Maximum number of lines per column
  39. *
  40. " Courier 12pt - 18 CPI",   Name size #3
  41. 027 040 115 049 054 046 054 055 104 049 050 086 027 038 107 054 046 054 053 072,  codes
  42. 144, Max characters per line
  43. 73,  Max lines per column
  44. *
  45. " Ltr Gthc 12pt - 14.4 CPI",   Name
  46. 027 040 115 049 050 104 049 050 118 054 084 027 038 107 056 046 051 054 072,
  47. 115, characters/line
  48. 73,  lines/column
  49. *
  50. " Cour. 6pt - 21CPI 9.6LPI",  Name 
  51. 027 040 115 050 048 104 054 086 027 038 108 056 068 027 038 107 053 046 055 072 027 038 053 067,
  52. 168,  characters/line
  53. 100,  lines/column
  54. *
  55. " LGthc 6pt - 24CPI 12LPI",  Name
  56. 027 040 115 050 052 104 054 118 054 084 027 038 108 054 067 027 038 108 052 067,
  57. 192,   characters/line
  58. 125,   lines/column
  59. ******************************
  60. * Note: The codes above take advantage of the ability to combine certain
  61. sequences.  The 4th entry in the --CODES AND DEFAULTS-- section is the 
  62. initialization string.  For the Deskjet it contains the following:  
  63. Reset/Clear Margins/Text Scale ON/10 CPI/Draft 
  64.